From: Lars Magne Ingebrigtsen Date: Mon, 2 May 2011 01:45:17 +0000 (+0000) Subject: pop3.el (pop3-open-server): Fix It's `tls', not :tls. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~1744 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=817bcc7cb0dbc976aa3e7bc2c3940bb54784869e;p=emacs.git pop3.el (pop3-open-server): Fix It's `tls', not :tls. --- diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index 96b2ae17a5a..6f12d3d63e1 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el @@ -302,7 +302,7 @@ Returns the process associated with the connection." ((or (eq pop3-stream-type 'ssl) (and (not pop3-stream-type) (member port '(995 "pop3s")))) - :tls) + 'tls) (t (or pop3-stream-type 'network))) :capability-command "CAPA\r\n"